home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / capitalize < prev    next >
Text File  |  2001-04-06  |  249b  |  13 lines

  1. SYNOPSIS
  2.         string capitalize(string str)
  3.  
  4. DESCRIPTION
  5.         Convert the first character in str to upper case, and return
  6.         the new string.
  7.  
  8. EXAMPLES
  9.         capitalize("heya!") -> "Heya!"
  10.  
  11. SEE ALSO
  12.         lower_case(E), upper_case(E)
  13.